home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / AIIGSIncludes / E16.Resources < prev    next >
Encoding:
Text File  |  1990-04-03  |  2.8 KB  |  75 lines  |  [TEXT/MPS ]

  1. ; File:  E16.Resources
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. resLogOut EQU $0
  9. resLogIn EQU $1
  10. resLogApp EQU $0
  11. resLogSys EQU $2
  12. resForkUsed EQU $1E01  ; Resource fork not empty
  13. resBadFormat EQU $1E02  ; Format of resource fork is unknown
  14. resNoConverter EQU $1E03  ; No converter routine available for resource type
  15. resNoCurFile EQU $1E04  ; there are no current open resource files
  16. resDupID EQU $1E05  ; ID is already used
  17. resNotFound EQU $1E06  ; resource was not found
  18. resFileNotFound EQU $1E07  ; resource file not found
  19. resBadAppID EQU $1E08  ; User ID not found, please call ResourceStartup
  20. resNoUniqueID EQU $1E09  ; a unique ID was not found
  21.     IF &FINDSYM(&SYSGLOBAL,'RESINDEXRANGE')=0 AND &FINDSYM(&SYSGLOBAL,'resindexrange')=0 THEN  ; Index is out of range
  22. resIndexRange EQU $1E0A
  23.     ENDIF
  24. resSysIsOpen EQU $1E0B  ; System file is already open
  25. resHasChanged EQU $1E0C  ; Resource marked changed; specified operation not allowed
  26. resDiffConverter EQU $1E0D  ; Different converter already logged in for this resource type
  27. resDiskFull EQU $1E0E  ; Volume is full
  28. resChanged EQU $0020
  29. resPreLoad EQU $0040
  30. resProtected EQU $0080
  31. resAbsLoad EQU $0400
  32. resConverter EQU $0800
  33. resMemAttr EQU $C31C  ; Flags passed to the NewHandle Memory Manager call
  34. systemMap EQU $0001
  35. mapChanged EQU $0002
  36. romMap EQU $0004
  37. resNameOffset EQU $10000  ; type holding names
  38. resNameVersion EQU $0001
  39. rIcon EQU $8001  ; Icon type
  40. rPicture EQU $8002  ; Picture type
  41. rControlList EQU $8003  ; Control list type
  42. rControlTemplate EQU $8004  ; Control template type
  43. rC1InputString EQU $8005  ; GS/OS class 1 input string
  44. rPString EQU $8006  ; Pascal string type
  45. rStringList EQU $8007  ; String list type
  46. rMenuBar EQU $8008  ; MenuBar type
  47. rMenu EQU $8009  ; Menu template
  48. rMenuItem EQU $800A  ; Menu item definition
  49. rTextForLETextBox2 EQU $800B  ; Data for LineEdit LETextBox2 call
  50. rCtlDefProc EQU $800C  ; Control definition procedure type
  51. rCtlColorTbl EQU $800D  ; Color table for control
  52. rWindParam1 EQU $800E  ; Parameters for NewWindow2 call
  53. rWindParam2 EQU $800F  ; Parameters for NewWindow2 call
  54. rWindColor EQU $8010  ; Window Manager color table
  55. rTextBlock EQU $8011  ; Text block
  56. rStyleBlock EQU $8012  ; TextEdit style information
  57. rToolStartup EQU $8013  ; Tool set startup record
  58. rResName EQU $8014  ; Resource name
  59. rAlertString EQU $8015  ; AlertWindow input data
  60. rText EQU $8016  ; Unformatted text
  61. rCodeResource EQU $8017
  62. rCDEVCode EQU $8018
  63. rCDEVFlags EQU $8019
  64. rTwoRects EQU $801A  ; Two rectangles
  65. rListRef EQU $801C  ; List member
  66. rCString EQU $801D  ; C string
  67. rErrorString EQU $8020  ; ErrorWindow input data
  68. rKTransTable EQU $8021  ; Keystroke translation table
  69. rWString EQU $8022
  70. rC1OutputString EQU $8023  ; GS/OS class 1 output string
  71. rSoundSample EQU $8024
  72. rTERuler EQU $8025  ; TextEdit ruler information
  73. rFSequence EQU $8026
  74. rCursor EQU $8027  ; Cursor resource type
  75.